public async Task <IEnumerable <Employment> > GetEmploymentsByLfcSexGroups(int lfc, int sex, int groups) { return(await _service.GetEmploymentByLfcSexGroups(lfc, sex, groups)); }