public IHttpActionResult GetAllNombresMedicamentosxSucursal(int id)
        {
            MedicamentoService con = new MedicamentoService();

            return(Ok(con.GetAllNombresMedicamentosxSucursal(id)));
        }