public NivelController(Context context)
 {
     _repository = new NivelRepository(context);
 }