public ActivityCategoryEntity AddCategory(ActivityCategoryEntity model) { return(service.AddCategory(model)); }