public ContextBase(DbContext databaseContext)
 {
     _osUnitOfWork = new OsUnitOfWork(databaseContext);
 }