public IEnumerable <Secretary> GetAll() => service.GetAll();
public List <SecretaryUser> GetAll() { return(secretaryService.GetAll()); }