public TEntity RetornaPorId(int id)
 {
     return(_serviceBase.RetornaPorId(id));
 }