public IActionResult GetLiftDurationTypes()
 {
     return(Ok(_helperService.GetLiftDurationTypes()));
 }