public System.Collections.Generic.IEnumerable <TEntity> RetornarTodos()
 {
     return(_serviceBase.RetornarTodos());
 }