public void PostMedicamento([FromBody] Rol rol) { RolService con = new RolService(); con.PostRol(rol); }