public ActionResult InsertEventTypeList()
        {
            //Insert
            bool Inserted = appddservice.InsertEventTypeList();

            return(RedirectToAction("AppDropDowns"));
        }