public Matricula ObtenerMatriculaPorCodigoBL(string codigoMatricula) { return(maestraDAL.ObtenerMatriculaPorCodigo(codigoMatricula)); }