private bool Create() { int newID = -1; newID = DBiQuran.iQuran_Create(this.siteID, this.title, this.description, this.isDefault, this.qLanguage, this.tRanslatorDetUrl, this.translationSrc, this.isActive, this.createdByUserID); this.quranID = newID; return(newID > -1); }