public List<idstype> idstypeGetAll()
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeGetAll();
 }