public async Task <IEnumerable <Model> > AllModels() { var model = await _modelService.AllModels(); return(model); }