public async Task <Core.Entidades.DB.Equipo> Details(int equipoId)
 {
     return(await Repository.Details(equipoId));
 }