public static List <Medicine> getMedicineListByQuery(string query)
 {
     return(MedicineRepository.getMedicineListByQuery(query));
 }