public SqlDataReader GetCategory() { var reader = _medicineRepository.GetCategory(); return(reader); }