public ActionResult Index(ErrorModel errorModel)
 {
     ServiceOperations so = new ServiceOperations();
     return View(so.DeleteCustomer());
 }