public void DeleteWorkplace(int id, int workplaceId)
 {
     BuildingRepository.RemovePersonWorkplace(id, workplaceId);
 }