public ByARpt Update(vASEGURADORAS Reg)
 {
     AseguradorasBLL o = new AseguradorasBLL();
     return o.Update(Reg);
 }
 public string Gets()
 {
     AseguradorasBLL o = new AseguradorasBLL();
     return ByAUtil.convertListToXML(o.Gets());
 }
 public ByARpt Insert(vASEGURADORAS Reg)
 {
     AseguradorasBLL o = new AseguradorasBLL();
     return o.Insert(Reg);
 }
 public vASEGURADORAS Get(short ID)
 {
     AseguradorasBLL o = new AseguradorasBLL();
     return o.Get(ID);
 }