public DataTable SumaPrestamos(int agencia, DateTime f1, DateTime f2)
 {
     return(SUMA.GetDataSumaHistoPresta(agencia, f1, f2));
 }