public bool CreateUser(string managerName, string login, string password) { return(_dbConnect.CreateUser(managerName, login, password)); }