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