public bool AddDbData(CommonClass custom) { var k = dc.addData(custom); if (k) { return(true); } else { return(false); } }