public ListResult GetList(ListInput Input)
 {
     return(_coreModel.GetList(Input.OrganizationID));
 }