public InitializeTestData(TempDB context)
 {
     _context = context;
 }
 public BlogService(TempDB context)
 {
     _context = context;
 }