public String getType(int id)
 {
     return(domain.getType(id));
 }