public List<vSL_TIPORGM> GetTiposRegimen()
 {
     DatosBasicosBLL oDB = new DatosBasicosBLL();
     return oDB.GetTiposRegimen();
 }