public int DeleteConfigHeader(string configID) { return(adminDL.DeleteConfigHeader(Convert.ToInt32(configID))); }