public IEnumerable <Staff> GetByRole(StaffRole role)
 {
     return(staffService.GetByRole(role));
 }