protected Task <bool> ExistsAsync <TModel>(int id, ICrudManager <TModel> manager) where TModel : class, IModel { return(manager.ExistAsync(id)); }