public List <UspGetCarrera_Result> GetCarreras()
 {
     return(dbContext.UspGetCarrera().ToList());
 }