public static string getEmployeePhotoByEmail(string loginName) { return(AccountDB.getEmployeePhotoByEmail(loginName)); }