private void FillDropList() { if (!IsPostBack) { HttpContext.Current.Cache.Remove("Models"); FillLists.FillMakers(ddlMakerID); } }