public IList <Consignacion> ConsultarGasCaribeFecha(DateTime fecha)
 {
     return(repository.ConsultarGasCaribeFecha(fecha));
 }