public async Task <bool> AnyAsync(ClientesViewModel obj)
 {
     return(await _serviceBase.AnyAsync(_mapper.Map <ClientesModel>(obj)));
 }