public DataTable CalculoTotalPOrFechas(DateTime f1, DateTime f2, int agencia)
 {
     return(CAL.GetDataCalculototalEntreFechas(f1, f2, agencia));
 }