public IHttpActionResult GetAppInformation()
 {
     return(Json(DropDownS.GetAppInformation()));
 }