public Secretary SignIn(string username, string password)
 {
     return(secretaryRepository.CheckUsernameAndPassword(username, password));
 }