public Persona Add(Persona persona) { try { return(repository.AddT(persona)); } catch (Exception ex) { throw new Exception(ex.Message); } }