public ActionResult Remove() { if (m.RemoveData()) { return(Content("data has been removed")); } else { return(Content("could not remove data")); } }