public ActionResult Destroy()
 {
     Duty.ClearAll();
     return(View());
 }
 public void Dispose()
 {
     Duty.ClearAll();
 }