public bool addDownload(string ver, string url, string cdate) { return(dal.addDownload(ver, url, Convert.ToDateTime(cdate)) > 0); }