public async Task <IEnumerable <Employment> > GetEmploymentsBySex(int sex)
 {
     return(await _service.GetEmploymentsBySex(sex));
 }