public bool setVocation(int id, string race, string vocation, string gender) { return(dal.setVocation(id, race, vocation, gender) > 0); }