public List <Shared.Common.StaticDataCommon> GetGridList(GridParam gridParam)
 {
     return(repo.GetGridList(gridParam));
 }