public dynamic getTipoDocumento()
 {
     try
     {
         return(Ok(_operations.getAll()));
     }
     catch (Exception ex)
     {
         return(BadRequest());
     }
 }