public int AddTK(TaiKhoan_DTO tkDTO) { TaiKhoan_DAO tkDAO = new TaiKhoan_DAO(); return(tkDAO.AddTaiKhoan(tkDTO)); }