public IHttpActionResult DeleteReceptionist(long receptionistId) { _userFacade.DeleteReceptionist(receptionistId, UserId); return(Ok()); }