public ActionResult Categories() { var model = _categoryService.GetAllWaitingCategories(); return(View(model)); }