/// <summary>
 /// Initializes a new instance of the <see cref="ShortStuffDataSeeder"/> class.
 /// </summary>
 /// <param name="context">
 /// The context.
 /// </param>
 public ShortStuffDataSeeder(ShortStuffContext context)
 {
     _context = context;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ShortStuffDataSeeder"/> class.
 /// </summary>
 /// <param name="context">
 /// The context.
 /// </param>
 public ShortStuffDataSeeder(ShortStuffContext context)
 {
     _context = context;
 }