public ObservableCollection <Entidad_Relacionados> GetAllEntidadRelacionadosByRelaTipo(String RELA_Tipos)
 {
     try
     {
         return(BL_Entidad_Relacionados.GetAllEntidadRelacionadosByRelaTipo(RELA_Tipos));
     }
     catch (Exception)
     { throw; }
 }
 public ObservableCollection <Entidad_Relacionados> GetAllEntidadRelacionadosByCliente(Nullable <Int32> ENTC_Codigo, String RELA_Tipos)
 {
     try
     {
         return(BL_Entidad_Relacionados.GetAllEntidadRelacionadosByCliente(ENTC_Codigo, RELA_Tipos));
     }
     catch (Exception)
     { throw; }
 }