public IActionResult RemoveCategoryById(CategoryIndexViewModel model) { _Services.RemoveCategoryPerId(model.Id); return(RedirectToAction("Category", new { id = model.KSIId })); }