public bool Verified(string name, string pass)
 {
     return(_authenticateRepository.Verified(name, pass));
 }