public ActionResult Delete(int id)
 {
     ContactPageTable.Delete(id);
     return(Redirect("~/Admin/ContactPage"));
 }