public RedirectResult DeleteCategory(int?id) { DbLogic.DeleteCategory(id); return(Redirect("ShowCategories")); }