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