export interface AwardViewModel { id: number; award: string; }