public IActionResult Delete(int id)
 {
     CategoryServiceApp.DelOne(id);
     return(RedirectToAction("Index"));
 }