public Guru() { Alamat = new Alamat(); }
public Siswa() { Alamat = new Alamat(); }
public Pegawai() { Alamat = new Alamat(); }