public $photo_link;
public function attributeLabels()
{
return [
'id' => 'ID',
'surname' => 'Surname',
'name' => 'Name',
'email' => 'Email',
'gender' => 'Gender',
'birthday' => 'Birthday',
'telephone' => 'Telephone',
'site' => 'Site',
'role' => 'Role',
'company' => 'Company',
'about' => 'About',
'city' => 'City',
];
}