/*
         * public int OrdersCreatedByMonth(int? officeId, int? userId, int? groupId)
         * {
         *   _db.spOrdersCreatedByMonth(officeId, userId, groupId)
         * }*/

        public void Dispose()
        {
            _db.Dispose();
            _appServices.Dispose();
        }