public async Task <int> RealizaMatriculaAsync(IMatricula matricula) { return(await matriculaRepository.RealizaMatriculaAsync(matricula)); }