public IActionResult Dell(int percent)
 {
     _repository.Dell(percent);
     return(RedirectToAction("Index"));
 }