public int CountSupportWhereProjectId(int PeojectId) { CalculationService calculationService = new CalculationService(); return(calculationService.CountSupportWhereProjectId(PeojectId)); }