创建实体
Person *myPerson = [Person MR_createEntity];
指定创建的上下文中创建实体
Person *myPerson = [Person MR_createInContext:otherContext];