public static string getCompanyMap(string customer)
 {
     return(MySQLHandler.getCompanyMap(customer));
 }