public string[] createSalaryValue(string Value) { ManageDataBase mDB = new ManageDataBase(); return mDB.createSalaryValue(Value); }