public List <Medicine> Get5MedicinesByIndex(int index)
 {
     return(_repository.Get5MedicinesByIndex(index));
 }