public List <ComercialProductGroupDTO> GetAll()
 {
     return(Repo.GetAll().Result.Select(e => Mapper.Map(e)).ToList());
 }