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