void DeleteContent(long contentId) { AWAPI_BusinessLibrary.library.ContentLibrary contLib = new AWAPI_BusinessLibrary.library.ContentLibrary(); contLib.Delete(contentId); ResetControls(); PopulateContentList(); }