public void DeleteSiteById(int id)
 {
     _siteRepository.DeleteSiteById(id);
 }