partial void UpdateBlogPost(BlogPost instance);
partial void DeleteBlogPost(BlogPost instance);
partial void InsertBlogPost(BlogPost instance);