public async Task <IEnumerable <Model> > FindByMark(int id) { return(await _modelRepository.FindByMark(id)); }