public bool DeleteProvinceById(long id)
 {
     return(provinceRepository.DeleteProvinceById(id));
 }