public bool CheckLogin(string username, string password) { return(IAnswer.CheckLogin(username, password)); }