public ActionResult Contact(FormCollection message) { bool Result = _Home.Contac_Admin(message); return(Content(Result.ToString())); }