public TypeProductBE Selecciona(int IdTypeProduct)
 {
     try
     {
         TypeProductDL TypeProduct = new TypeProductDL();
         TypeProductBE objEmp      = TypeProduct.Selecciona(IdTypeProduct);
         return(objEmp);
     }
     catch (Exception ex)
     { throw ex; }
 }