public SqlUserContext(string connectionString)
 {
     wrapper = new MysqlWrapper(connectionString);
 }