void DeleteRecord(string adpostId)
        {
            string path = string.Empty;

            AdDetailsBll adbll = new AdDetailsBll();
            adbll.AdPostDeleteById(Convert.ToInt32(adpostId));

            BindAlbumGrid();
        }