public ExampleModel GetExampleModel(int id) { return(_repository.FindBy(item => item.Id == id).FirstOrDefault()); }