public bool Alterar(TViewModel obj)
 {
     return(_service.Alterar(_mapper.Map <TEntity>(obj)));
 }