public static bool GetProfilesetupstatus(string companyid)
 {
     DataLayer bd = new DataLayer();
     return bd.GetSetupStatus(companyid);
 }