public ActionResult ProjectLocationListEdit(List <ProjLocationList> ProjectLocationList)
 {
     if (ProjectLocationList.Count() > 0)
     {
         bool Updated = appddservice.ProjectLocationListEdit(ProjectLocationList);
     }
     return(RedirectToAction("AppDropDowns"));
 }