public bool DangNhap(string taiKhoan, string matKhau) { if (objTK_DAO.DangNhap(taiKhoan, matKhau)) { return(true); } else { return(false); } }