public string GetProgramName(int programId)
 {
     return(ReportQueries.CreateGetProgramName(this.Context, programId));
 }