public void TestFetchPatientInfoFromBedId()
        {
            var patientLogic = new PatientBusinessLogic(_repo);

            patientLogic.FetchPatientInfoFromBedId("1A1");
        }