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