public ActionResult <IEnumerable <Relocation> > GetRelocationsHistory()
 {
     return(controlService.GetAllRelocations().ToList());
 }