public ActionResult <bool> Put(int id, [FromBody] Employee data) { return(ConnectionBD.UpdateEmployee(data)); }