public IList <Employee> GetEmployees(string fullname)
 {
     return(_controller.GetEmployees(fullname));
 }