private bool check_position(int _id) { bool res = _positionService.Exist(x => x.pos_id == _id); return(res); }