public List <ro_empleado_x_ro_rubro_Info> Get_List_empleado_x_ro_rubro(int IdEmpresa, decimal IdEmpleado)
 {
     try
     {
         return(odata.Get_List_empleado_x_ro_rubro(IdEmpresa, IdEmpleado));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "Get_List_empleado_x_ro_rubro", ex.Message), ex)
               {
                   EntityType = typeof(ro_empleado_x_ro_rubro_Bus)
               };
     }
 }