public IHttpActionResult GetLastMedicamentoId()
        {
            MedicamentoService con = new MedicamentoService();

            return(Ok(con.GetLastMedicamentoId()));
        }