public ActionResult EventTypeListEdit(List <EventType> EventTypeList)
        {
            if (EventTypeList.Count() > 0)
            {
                bool Updated = appddservice.EventTypeListEdit(EventTypeList);
            }

            return(RedirectToAction("AppDropDowns"));
        }