public bool Delete(object DataTypeId)
 {
     return(DDeviceDatatype.Delete(DataTypeId) == 1);
 }