public ActionResult DeleteAll()
 {
     About.ClearAll();
     return(View());
 }