public bool CheckLogin(long login) { if (dataBase.CheckLogin(login)) { return(true); } return(false); }