public IActionResult GetAllValues()
 {
     return(Ok(_fruitService.GetAllFruits()));
 }