public int CountSupportPeopleSmall(int ProjectId) { CalculationService calculationService = new CalculationService(); return(calculationService.CountSupportPeopleSmall(ProjectId)); }