public IEnumerable <Stock> Get()
 {
     //return new string[] { "value1", "value2" };
     return(_repository.FindAll());
 }