export interface ICurrency{ Id:number; Code:string; Value:string }