public EmployeeViewModel GetEmployeeByLogin(string login)
 {
     return(EmployeeViewModel.FromModel(Service.GetEmployeeByLogin(login)));
 }