public ActionResult ConsultarProductoPorNombres(string nombres)
 {
     return(Ok(_repo.ConsultarProductoPorNombres(nombres)));
 }