public Kullanicilar QueryEmail(string email)
 {
     return(_manager.QueryEmail(email));
 }