public bool idstypeDelete(int IdsTypeId)
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeDelete( IdsTypeId);
 }