public CharacterRepository(WhovilleContext db)
 {
     _db = db;
 }
        public RepositoryHelper()
        {
            Context = new WhovilleContext("name=WhovilleTestContext");

            _transaction = Context.Database.BeginTransaction();
        }
 public StoryRepository(WhovilleContext db)
 {
     _db = db;
 }