public bool addMaterial(string title, string url, string psd, string remark) { return(dal.addMaterial(title, url, psd, remark, 0) > 0); }