public List <Access_sRecords_Model> GetModel(String one, string two)
        {
            string sql = "ID BETWEEN {0} AND {1}";

            sql = string.Format(sql, one, two);

            return(DbHelperOleDb_ThisMonth.GetWhere(sql).ToList <Access_sRecords_Model>());
        }
 public virtual int GetMaxID()
 {
     return(DbHelperOleDb_ThisMonth.GetMaxID());
 }