protected BaseContextRepository(IDBFactory dbFactory)
 {
     db = dbFactory.Create();
 }