public async Task <IEnumerable <Employment> > GetEmploymentsByLfcSexGroup(int lfc, int sex, int group)
 {
     return(await _service.GetEmploymentByLfcSexGroup(lfc, sex, group));
 }