public AccessFile( DataContainer _dc ) { if ( _dc != null ) { dc = _dc; if ( dc.GetOwnerDB() == null ) throw new AccessException( " Database is not defined for this DataСontainer! " ); filepath = dc.GetOwnerDB().DbPath+"/_dc_"+dc.Name+".access"; } }