public async Task <List <CommonEntity> > GetAllCommodity()
 {
     return(await _commonManager.GetAllCommodity());
 }