public override DataTable Clone() { PAGAREDataTable cln = ((PAGAREDataTable)(base.Clone())); cln.InitVars(); return(cln); }