public static bool AreaExists(string area, string province, string city) { return(dal.AreaExists(area, province, city)); }