public DataTable GetInvoicesMonthWiseLOB()
        {
            try
            {
                if (dt_RI == null)
                {
                    dt_RI = new DataTable();
                }


                dt_RI           = objMLTNT.SP_Datatable("sp_Dash_InvoicesMonthWiseLOB");
                dt_RI.TableName = "sp_Dash_InvoicesMonthWiseLOB";
                return(dt_RI);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
            }
        }
        public DataTable GetDeploymentMainDetails()
        {
            DataTable dt_MD = new DataTable();

            try
            {
                if (dt_MD == null)
                {
                    dt_MD = new DataTable();
                }
                dt_MD           = objBSS.SP_Datatable("sp_Dash_GetDeploymentMainDetails");
                dt_MD.TableName = "sp_Dash_GetDeploymentMainDetails";
                return(dt_MD);
            }
            catch (Exception ex)
            {
                throw ex;
            }
            finally
            {
            }
        }