public void Delete(int id)
 {
     detailTypeService.Delete(id);
 }