public List <recibos> ListarRecibosPorEmpresa(string s, DateTime d1, DateTime d2)
 {
     return(_recibos.ObterRelatorioPorEmpresa(s, d1, d2));
 }