public void remove(int?id)
 {
     iNguoiDungRepository.Remove(id);
 }