private bool LoadByPrimaryKeyDynamic(System.Int64 constructorTestId)
        {
            ConstructorTestQuery query = new ConstructorTestQuery();

            query.Where(query.ConstructorTestId == constructorTestId);
            return(this.Load(query));
        }