public async Task <IEnumerable <Employment> > GetEmploymentsByGroup(int group) { return(await _service.GetEmploymentByGroup(group)); }