public virtual int DeleteAll() { try { mongoDbDao.DeleteAll(); } catch (Exception ex) { return(0); } return(1); }