public int Delete() { return(TaiKhoanDAO.Delete(this)); }
public int Insert() { return(TaiKhoanDAO.Insert(this)); }
public int Update() { return(TaiKhoanDAO.Update(this)); }
public TaiKhoanInfo GetTaiKhoanOwner() { return(TaiKhoanDAO.Find(this.TenTaiKhoan)); }