public double TotalLiquidadTipo(string tipoLiquidacion)
 {
     return(liquidacionCuotaModeradoraRepository.TotalLiquidadoTipo(tipoLiquidacion));
 }