/// <summary>
 /// CRISTHIAN JOSE APAZA ARHUATA
 /// ENTIDAD RELACIONADAS A UN CLIENTE (CONTACTOS)
 /// </summary>
 public ObservableCollection <Entidad_Relacionados> GetAllEntidadRelacionadosByCliente(Int32 ENTC_Codigo, String RELA_Tipos)
 {
     try
     {
         return(BL_EntidadRelacionados.GetAllEntidadRelacionadosByCliente(ENTC_Codigo, RELA_Tipos));
     }
     catch (Exception)
     { throw; }
 }
 /// <summary>
 /// CRISTHIAN JOSE APAZA ARHUATA
 /// ENTIDAD DEPOSITO TEMPORAL
 /// </summary>
 public ObservableCollection <Entidad_Relacionados> GetAllDepositoTemporalByCliente(Int32 ENTC_Codigo)
 {
     try
     {
         return(BL_EntidadRelacionados.GetAllDepositoTemporalByCliente(ENTC_Codigo));
     }
     catch (Exception)
     { throw; }
 }