public void Delete(Guid id)
 {
     componentRepository.DellComponent(id);
 }