// insert Employee public bool insertDSEmploeyDB(Employee employee) { db = new DatabaseAccess(); db.DSinsertEmployee(employee); return true; }