//This method used to dispose the DBContext object

        public void Dispose()
        {
            OBJApplicationDbContext.Dispose();
        }