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