public DataTable listMediaByTitle(string title) { return(AppUtil.ToDataTable(ml.GetDataByTitle(title))); }