export class Pharmacy { Name: string; Location: string; Address: string; WorkAllTime: boolean; }