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