public Kullanicilar Query(string username, string password) { return(_manager.Query(username, password)); }