public int DeleteTK(string tenDangNhap) { TaiKhoan_DAO tkDAO = new TaiKhoan_DAO(); return(tkDAO.DeleteTaiKhoan(tenDangNhap)); }