public void RegisterOdataController(ODataModelBuilder builder)
 {
     ODataHelper.RegisterControllers(builder, GetType().Assembly);
 }