public async Task <ICollection <Province> > GetAllAsync()
 {
     return(await _provinceDal.GetListAsync());
 }