public IHttpActionResult GetRecetasId(int id) { RecetaService con = new RecetaService(); return(Ok(con.GetRecetasId(id))); }